Template

To Understand List Template - Read

<%* const clean = (value) => (value || "").replace(/\r?\n/g, " ").trim(); const yaml = (value) => clean(value).replace(/"/g, '\"'); const fileSafe = (value) => clean(value) .replace(/[\/:*?"<>|#^[]]/g, "") .replace(/\s+/g, " ") .slice(0, 120) .trim();

title: "<% yaml(noteTitle) %>" created: <% tp.date.now("YYYY-MM-DD HH:mm") %> type: paper-reading status: <% status %> tags:

  • paper-reading
  • to-understand paper_title: "<% yaml(paperTitle) %>" paper_url: "<% yaml(paperUrl) %>" pdf: "<% yaml(pdf) %>" venue: "<% yaml(venue) %>" year: "<% yaml(year) %>" topic: "<% yaml(topic) %>" reading_stage: to-understand

<% noteTitle %>

  • Paper / topic: <% paperTitle %>
  • Paper: <% paperUrl %>
  • PDF: 论文.pdf
  • Topic: <% topic %>

Priority Queue

Priority Item Type Source section Why it blocks understanding Status
High term / metric / formula / paper / method todo
Medium term / metric / formula / paper / method todo
Low term / metric / formula / paper / method later

Terms

Term My explanation Link / note Status
todo

Metrics

Metric What it measures Why used here Status
todo

Formulas / Algorithms

Formula / algorithm Plain-language meaning Question Status
todo
Paper Why it appears What to learn from it Next action

Resolved Notes